Connect a component with another one. More...
#include <ivstmessage.h>
Public Member Functions | |
virtual tresult | connect (IConnectionPoint *other)=0 |
Connects this instance with another connection point. | |
virtual tresult | disconnect (IConnectionPoint *other)=0 |
Disconnects a given connection point from this. | |
virtual tresult | notify (IMessage *message)=0 |
Called when a message has been sent from the connection point to this. | |
Static Public Attributes | |
static const FUID | iid |
Connect a component with another one.
This interface is used for the communication of separate components. Note that some hosts will place a proxy object between the components so that they are not directly connected.
virtual tresult connect | ( | IConnectionPoint * | other | ) | [pure virtual] |
Connects this instance with another connection point.
virtual tresult disconnect | ( | IConnectionPoint * | other | ) | [pure virtual] |
Disconnects a given connection point from this.
Called when a message has been sent from the connection point to this.
Implemented in ComponentBase.